home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / APPLAUNC.PAK / APPLAUNC.RH < prev    next >
Text File  |  1997-05-06  |  2KB  |  68 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows - (C) Copyright 1991, 1993 by Borland International
  3. //----------------------------------------------------------------------------
  4.  
  5. #include <owl\window.rh>
  6.  
  7. //
  8. // Configuration dialog.
  9. //
  10. #define ID_CONFIG_DIALOG               50
  11. #define ID_ORIENTATION                 101
  12. #define ID_VERTICAL                    102
  13. #define ID_HORIZONTAL                  103
  14. #define ID_SAVE_SETTINGS               104
  15. #define ID_SAVE_ON_EXIT                105
  16. #define ID_CONFIRM_ON_REMOVE           106
  17. #define CM_SAVENOW                     107
  18.  
  19. //
  20. // Application properties dialog.
  21. //
  22. #define ID_APP_PROPERTIES_DIALOG       150
  23. #define ID_PROGRAM_ARGS                202
  24. #define ID_ICON_PATH                   203
  25. #define ID_PROMPT_FOR_INPUT            204
  26. #define ID_RUN_NORMAL                  205
  27. #define ID_RUN_MINIMIZED               206
  28. #define ID_RUN_MAXIMIZED               207
  29. #define ID_STARTUP_GROUPBOX            214
  30.  
  31. //
  32. // Enter new app dialog.
  33. //
  34. #define ID_ADD_APP_DIALOG              319
  35. #define ID_PATHS                       320
  36.  
  37. //
  38. // Pick list dialog.
  39. //
  40. #define ID_PICK_LIST_DIALOG            500
  41. #define ID_PICK_LIST                   501
  42.  
  43. //
  44. // Common to several dialogs.
  45. //
  46. #define ID_PROGRAM_PATH                201
  47. #define ID_ICON_PATH                   203
  48. #define CM_BROWSE_PROG                 321
  49. #define CM_BROWSE_ICON                 322
  50.  
  51. //
  52. // Main menu ids.
  53. //
  54. #define CM_ADD_APP                     300
  55. #define CM_REMOVE_APPS                 302
  56. #define CM_CONFIG_OPTIONS              304
  57. #define CM_READ_CONFIG                 305
  58. #define CM_HELP                        306
  59.  
  60. //
  61. // other ids.
  62. //
  63. #define CM_DUMMY                       323
  64. #define IDI_APPLAUNCHER                450
  65. #define IDB_APPREMOVER                 400
  66. #define IDC_DRAG_BUTTON                600
  67.  
  68.